runtime.sysStatsAggregate.mCacheInUse (field)

4 uses

	runtime (current package)
		metrics.go#L215: 				out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
		metrics.go#L222: 				out.scalar = in.sysStats.mCacheInUse
		metrics.go#L419: 	mCacheInUse    uint64
		metrics.go#L443: 		a.mCacheInUse = uint64(mheap_.cachealloc.inuse)